home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PAS_0693 / PRIMES.TXT < prev    next >
Text File  |  1993-06-08  |  942b  |  19 lines

  1. ─ Fido Pascal Conference ────────────────────────────────────────────── PASCAL ─
  2. Msg  : 422 of 586                                                               
  3. From : Joe Jared                           1:125/1212.10        06 Jun 93  03:32 
  4. To   : Jonathan Wright                     1:105/374.0                           
  5. Subj : Prime Numbers...                                                       
  6. ────────────────────────────────────────────────────────────────────────────────
  7. In a message to Gary Morris <05 Jun 93 02:20> Jonathan Wright wrote:
  8.  
  9.  JW> I already see some ways to improve this
  10.  JW> speedwise, but that excercise will be
  11.  JW> left to the student :)
  12.  
  13. There are at least 2 formulas that can provide prime numbers with little
  14. calculation.  If memory serves they are (N)^2+(N+1)^2 where N is Prime and
  15. non-even, and (N)^2-(N-1)^2.  
  16. ---
  17.  * Origin: 12 & 12 New Beginnings (510)834-6906 (RA 1:125/1212.10)
  18.  
  19.